home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20031118-20041115 / 000244_jaltman2@nyc.rr.com_Thu Apr 22 10:49:26 2004.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Path: newsmaster.cc.columbia.edu!iad-feed.news.verio.net!peer1.stngva01.us.to.verio.net!news.verio.net!news.maxwell.syr.edu!newshosting.com!nx01.iad01.newshosting.com!167.206.3.103.MISMATCH!news3.optonline.net!cyclone.rdc-nyc.rr.com!news-out.nyc.rr.com!twister.nyc.rr.com.POSTED!not-for-mail
  2. Message-ID: <4087C5C2.9020304@nyc.rr.com>
  3. From: Jeffrey Altman <jaltman2@nyc.rr.com>
  4. User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7b) Gecko/20040316
  5. X-Accept-Language: en-us, en
  6. MIME-Version: 1.0
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: Creating FTP connection to port higher than 32767
  9. References: <c66g0g02r4l@drn.newsguy.com> <4086E029.3090500@nyc.rr.com> <c66ps60opb@drn.newsguy.com> <4086F2BD.40402@nyc.rr.com> <c6861m02qdn@drn.newsguy.com>
  10. In-Reply-To: <c6861m02qdn@drn.newsguy.com>
  11. Content-Type: text/plain; charset=us-ascii; format=flowed
  12. Content-Transfer-Encoding: 7bit
  13. Lines: 31
  14. Date: Thu, 22 Apr 2004 13:11:17 GMT
  15. NNTP-Posting-Host: 24.193.46.55
  16. X-Complaints-To: abuse@rr.com
  17. X-Trace: twister.nyc.rr.com 1082639477 24.193.46.55 (Thu, 22 Apr 2004 09:11:17 EDT)
  18. NNTP-Posting-Date: Thu, 22 Apr 2004 09:11:17 EDT
  19. Organization: Road Runner - NYC
  20. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14961
  21.  
  22. You do realize that you cannot set the protection level to any
  23. value other than CLEAR unless you have already made an FTP
  24. connection which is protected by an AUTH command.
  25.  
  26. When using SSL and TLS the only legal values are CLEAR and PRIVATE.
  27. Both the PRIVATE command and data protection levels are both
  28. automatically negotiated for you when you establish the connection.
  29.  
  30. Jeffrey Altman
  31. Secure Endpoints Inc.
  32.  
  33.  
  34. Petri wrote:
  35.  
  36. > In article <4086F2BD.40402@nyc.rr.com>, Jeffrey Altman says...
  37. >>>>>If I try to connect with 'ftp ftp.somesite.net 45451' at the
  38. >>>>>Kermit prompt, I get the following response:
  39. >>>>>?Bad port name - "45451"
  40. >>>>Change the definition of "ftp_port" in ckcftp.c from "short" to 
  41. >>>>"unsigned short"
  42. >>>I ran 'make clean' and 'make redhat9', but now I get another error
  43. >>>message I didn't have before the change:
  44. >>>(/root/ckermit/) C-Kermit>set ftp command-protection-level private
  45. >>>?Cannot set protection level to PRIVATE
  46. >>>(/root/ckermit/) C-Kermit>set ftp data-protection-level private     
  47. >>>?Cannot set protection level to PRIVATE